html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details,summary,picture{display:block;}
html,body{font-family:"Microsoft YaHei";overflow-x:hidden;box-sizing:border-box;min-width:320px;color:#1e1e1e;}
ul,li{list-style:none;}
a{text-decoration:none;outline:none;}
span{outline:none;}
img{border:none;max-width:100%;}
em{font-style:normal;}
textarea,input,button,select{outline:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{vertical-align:middle;border:none;}
a{color:#1e1e1e;}
table{border-collapse:collapse;}
.clearfix:after{content:"";clear:both;height:0;display:block;}
.content{width:92%;max-width:1200px;margin:auto;}



.btn{
    transition:all .3s ease;
    border-radius:0;
}

.btn.hrv-pop:hover{
    -webkit-animation-name: hvr-pop !important;
    animation-name: hvr-pop !important;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.btn.search{
    display:block;
    width:31px;
    height:28px;
    background: url('../images/search.png') center center no-repeat;
}
.btn.search:hover{
    opacity:0.6;
}
.btn.black {
    display: block;
    color: #fff;
    background: #000;
}

.btn.yellow {
    display: block;
    color: #000;
    background: #fdd000;
}

.btn.yellow:hover {
    background: #ccc;
    /*color:#fff;*/
}
.btn.more {
    text-align:center;
    margin:0px auto;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px 50px 10px 50px;
    border: solid 1px #000;
}
.btn.more:hover{
    background:#177fc2;
    color:#fff;
    /*background-position:97% center;*/
    -webkit-animation-name: butover;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    animation-name: butover;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes butover {
    0%   {background-position:94% center;}
	50%  {background-position:97% center;}
	100% {background-position:94% center;}
}
@keyframes butover {
    0%   {background-position:94% center;}
	50%  {background-position:97% center;}
	100% {background-position:94% center;}
}

.mgb_m{
    margin-bottom:40px;
}
.mgt_m{
    margin-top:40px;
}
.mgl_m{
    margin-left:40px;
}
.mgr_m{
    margin-right:40px;
}


.motop{width:100%;height:70px;position:fixed;padding:0 4%;z-index: 1000;display:none;background:#fff;box-sizing:border-box;box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-transition:all .53s;-moz-transition:all .5s;-ms-transition:all .5s;transition:all .5s;}
/*.motop.on{background:rgba(255,255,255,0.9);}
*/
.mologo{margin:0 auto;float:left;}
.mologo a{line-height:70px;}
.mologo a span{font-size:12px;margin-left:6px;}
.mologo img{width:43px;vertical-align:middle;}
.monav{margin-top:23px;cursor:pointer;position:absolute;right:4%;width:30px;height:22px;}
.monav span{width:24px;height:2px;display:block;background:#333;position:absolute;transition:all .5s;}
.monav .s1{top:5px;}
.monav .s2{top:11px;}
.monav .s3{top:17px;}
.monav .s1.on{transform:rotate(45deg);top:10px;background:#197fc2;}
.monav .s2.on{opacity:0;}
.monav .s3.on{transform:rotate(-45deg);top:10px;background:#197fc2;}
.navdown{width:100%;background:#fff;position:fixed;top:70px;z-index: 1000;display:none;border-top:1px solid #eee;padding-bottom:20px;}
.navdown>ul>li{line-height:46px;font-size:16px;color:#333;position:relative;/*cursor:pointer;*/
 width:92%;margin:0 auto;border-bottom:1px solid #e6e6e6;}
.navdown>ul>li a{font-size:14px;display:inline-block;width:100%;height:100%}
.navdown .ul2{display:none;}
.navdown .ul2 li{line-height:46px;border-top:1px dashed #e6e6e6;position:relative;}
.navdown .ul2 li a{margin-left:5%;font-size:12px;color:#666;width:100%;height:100%;display:block;}
.navdown .ul2 li a i{position:absolute;right:4%;}
.navdown>ul>li>a>i{position:absolute;right:0;top:12px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;width:24px;height:24px;background:url(../images/nav_arr01.png) no-repeat;}
.navdown>ul>li>a>i.on{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background:url(../images/nav_arr02.png) no-repeat;}
.navdown .language{margin-left:4%;line-height:60px;}
.photo-footer{width:100%;color:#ccc;display:none;margin-top:20px;}
.photo-footer>ul>li{line-height:50px;border-bottom:1px solid #e5e5e5;}
.photo-footer>ul>li>a{font-size:14px;text-indent:4%;width:100%;height:100%;display:block;position:relative;}
.photo-footer>ul>li>a>i{position:absolute;right:4%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s;width:24px;top:12px;height:24px;background:url(../images/nav_arr01.png) no-repeat;}
.photo-footer>ul>li>a>i.on{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background:url(../images/nav_arr02.png) no-repeat;}
.photo-footer .ul2{display:none;}
.photo-footer .ul2 li{line-height:44px;position:relative;background:rgba(255,255,255,0.5);}
.photo-footer .ul2 li a{font-size:12px;color:#666;padding-left:6%;height:100%;display:block;margin:auto;border-top:1px dashed #e6e6e6;}
.photo-footer .ul2 li:last-child a{border-bottom:none;}
.photo-footer .ul2 li a i{position:absolute;right:4%;}
.mo-qr{padding:26px 0;background:#444;padding-left:4%;}
.mo-qr img{float:left;}
.mo-qr p{font-size:14px;margin-left:10px;float:left;color:#7c7c7c;}
.footer{overflow:hidden;}
.footer .content{background:url(../images/footer_bg.png) no-repeat left 80px bottom;padding:60px 0;}
.footer-t .left{width: 23%;float:left;}
.footer-t .left img{width:30%;}
.footer-t .left h1{font-size:36px;line-height:30px;margin-bottom:10px;color:#197fc2;}
.footer-t .left p{font-size: 16px;margin:20px 0;line-height:20px;}
.footer-nav{width: 76%;float:right;}
.footer-nav dl{float:left;width: 15.8%;box-sizing:border-box;padding-left: 1%;}
.footer-nav dl dt{font-size: 18px;margin-bottom:14px;font-weight:bold;}
.footer-nav dl dd{font-size: 14px;line-height: 30px;}
.footer-nav dl dd a:hover{color:#197fc2;}
.footer-b{height:50px;line-height:50px;background:#197fc2;text-align:center;color:#fff;}
.footer-b p{font-size: 14px;}
.footer-b p a{color:#fff;}

.hd{width:100%;height:100px;background1: #f0f0f0;position:fixed;top:0;left:0;z-index:10000;box-sizing:border-box;transition:all .7s;-webkit-transition:all .7s;-moz-transition:all .7s;-ms-transition:all .7s;background: #f0f0f0;box-shadow1: 0 0 10px #ccc;border-bottom: 1px solid #e5e5e54f;}
.logo{float:left;}
.logo a{line-height:100px;transition:all .7s;-webkit-transition:all .7s;-moz-transition:all .7s;-ms-transition:all .7s;}
.logo a img{transition:all .7s;-webkit-transition:all .7s;-moz-transition:all .7s;-ms-transition:all .7s;}
.nav{float:right;position:relative;}
.nav ul{display:inline-block;position:relative;}
.nav ul li{float:left;margin-right: 60px;position:relative;transition:all .5s;}
.nav>ul>li>a{font-size:16px;line-height:100px;display:inline-block;box-sizing:border-box;border-bottom:0 solid #197fc2;transition:all .7s;-webkit-transition:all .7s;-moz-transition:all .7s;-ms-transition:all .7s;}
.nav>ul>li>a{color:#000;}
.nav ul li:after{content:"";display:block;width:0px;height:3px;background:#197fc2;position:absolute;left:45%;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s;}
.nav ul li:hover:after{width:100%;left:0%;}
.nav ul li.on:after{width:100%;left:0;}
.nav ul li .con{position:absolute;top: 101%;right:-200px;width:425px;height:255px;background:#fff;display:none;z-index:999;}
.nav ul li .con .pic{float:left;width:255px;height:100%;}
.nav ul li .con .pic img{width:100%;}
.nav ul li .con .text{float:left;width:170px;height:100%;padding:20px 0;box-sizing:border-box;}
.nav ul li .con .text a{display:block;font-size:14px;line-height:30px;padding-left:20px;box-sizing:border-box;position:relative;}
.nav ul li .con .text a:before{content:"";position:absolute;width:2px;height:15px;background:#197fc2;left:0;top:6px;opacity:0;}
.nav ul li .con .text a:hover{color:#197fc2;}
.nav ul li .con .text a:hover:before{opacity:1;}
.language{display:inline-block;vertical-align:top;line-height:100px;overflow:hidden;transition:all .7s;-webkit-transition:all .7s;-moz-transition:all .7s;-ms-transition:all .7s;}
.hd.on{height:76px;background: #f0f0f0;}
.hd.on .logo a{line-height:76px;}
.hd.on .nav>ul>li>a{line-height:76px;}
.hd.on .language{line-height:76px;}
.hd.on .logo a img{transform:scale(.8);}
@media screen and (max-width:1400px){.about-introduce2 .box .text{width:95%;}
.about-introduce3 .text{width:70%;}
.about-introduce3{height:410px;}
}
@media screen and (max-width:1200px){.form-h1{width:100%;}
.index-management .iconmain .bg{width:174px;height:174px;}
.footer-nav dl{padding-left:0;}
.footer-t .left h1{font-size:24px;}
.service-security .tit{padding:0;}
.service-security ul li .icon{width:20%;}
.service-security ul li .text{width:80%;}
.latestnews .text span{top:100%;}
.charge .li2 .left img{max-width:200px;}
.about-introduce3{height:360px;}
.about-introduce2 .box .text{width:100%;}
}
@media screen and (max-width:1024px){.nav ul li{margin-right:40px;}
.about-introduce1 .text h1{font-size:20px;}
.processBox .right{padding:20px;}
.processBox .right p{margin-bottom:10px;}
}
@media screen and (max-width:960px){.nav ul li{margin-right:20px;}
.index-join .more{position:static;margin:40px 0;}
.service-security ul li .icon{width:16%;}
.service-security ul li .icon img{max-width:90%;}
.service-security ul li .text{width:84%;}
.service-equipment .box .left{width:26%;}
.service-equipment .right{width:74%;}
.latestnews .text{padding:10px;}
.latestnews .text h1{margin:24px 0;}
.latestnews .text a{margin-top:30px;}
.volumereport .tit h1{display:block;padding-top:0;}
.volumereport .tit .right{float:none;}
.volumereport .tit ul li{margin-left:0;margin-right:40px;}
.charge ul li .left{width:60%;}
.charge .li2 .left img{max-width:104px;}
.about-introduce1 .text{padding-top:16px;width:36%;}
.about-introduce2 .box .text{padding-top:70px;}
.about-introduce3{height:288px;}
.about-visionmain .box p{line-height:24px;}
.prTab ul li{width:19%;}
.processBox .left{width:100%;float:none;}
.processBox .left img{width:100%;}
.processBox .left .text p img{width:auto;}
.processBox .right{width:100%;float:none;}
}
@media screen and (max-width:768px){.hd{display:none;}
.motop{display:block;}
.columnnav{display:none;}
.banner{margin-top:70px;}
.inner-ban{margin-top:70px;height:240px;}
.inner-ban h1{padding-top:103px;}
.form-h1 .g-select1{padding-top:0;}
.index-management .iconmain .bg{display:none;}
.index-management .iconmain ul li:hover .img2{display:none;}
.index-management .iconmain ul li:hover .img1{display:block;}
.index-management .iconmain ul li:hover p{color:#1e1e1e;}
.index-video{height:536px;}
.videopop{width:82%;}
.footer-t .left h1{font-size:22px;}
.joinus ul li{width:47%;}
#dituContent{height:300px;}
}
@media screen and (max-width:767px){.form-h1 .g-select{float:none;}
.form-h1 .g-select1{width:100%;}
.form-h1 .g-select1 span:after{display:none;}
.g-select input{padding:0 12px;}
.form-h1 .g-select2{width:100%;}
.form-h1 .g-select2 .inpdiv{display:block;width:100%;}
.form-h1 .g-select2 input{width:43%;}
.form-h1 .g-select3{width:120px;margin-top:20px;}
.index-title h2{font-size:24px;}
.index-title h1{letter-spacing:1px;}
.index-management{background-size:386%;}
.index-management .pic .box{padding-top:11%;margin-left:0;}
.index-management .text{width:90%;margin-top:30px;}
.index-management .iconmain ul li{width:50%;}
.index-management .iconmain p{font-size:14px;}
.index-video{height:420px;}
.index-video .text h1{font-size:30px;}
.index-nwes .box,.index-nwes .newsmain{margin-left:0;}
.index-our p{height:92px;text-align:center;}
.index-our p img{max-width:90%;margin:auto;}
.index-join p{font-size:16px;}
.footer-nav{display:none;}
.photo-footer{display:block;}
.footer-t .left h1{font-size:30px;}
.footer-t .left{width:100%;float:none;}
.footer .content{padding:40px 0 0 0;}
.footer .content{background:url(../images/footer_bg.png) no-repeat left 0 bottom;}
.service-security ul li{padding:16px 0;}
.service-security ul li .text h4{font-size:14px;margin-top:10px;}
.service-security ul li .text p{font-size:12px;line-height:20px;margin-top:10px;}
.inner-ban h1{font-size:26px;}
.inner-ban{height:160px;}
.inner-ban h1{padding-top:63px;}
.wp{padding:50px 0;}
.processTab ul li{font-size:12px;height:40px;line-height:40px;width:130px;margin:0 4px;}
.service-process .bomain ul li .right{width:58%;}
.service-process .bomain ul li .right p{font-size:12px;left:4px;text-align:justify;}
.service-process .bomain ul li.on{height:163px;}
.service-process .bomain ul li.on .left p{line-height:163px;}
.service-equipment .box .left{width:100%;float:none;margin-bottom:30px;}
.service-equipment .left:after{width:100%;right:auto;left:0;top:auto;bottom:-18px;height:1px;border-radius:none;border-bottom:1px dashed #eee;}
.service-equipment .right{width:100%;}
.our-aviation ul li{width:50%;height:78px;}
.our-traffic ul li{width:50%;height:84px;}
.joinus ul{margin-left:0;}
.joinus ul li{width:100%;height:auto;margin-left:0;}
.joinus .con{max-height:max-content;}
.contactus .m-map{width:100%;float:none;}
.contactus .mapwp .text{width:100%;float:none;margin-top:30px;}
.contactus .mapwp .text a{margin-top:40px;}
.contactus-b ul{margin-left:0;}
.contactus-b ul li{width:100%;margin-left:0;margin-bottom:10px;}
.investigation dl dt{font-size:16px;padding:20px;}
.investigation .item{float:none;margin-top:10px;}
.lb1{margin-left:0;margin-right:20px;}
.submain{width:90%;}
.information-query .inpmain{width:100%;}
.latestnews .pic{width:100%;float:none;padding-top:56.3%;}
.latestnews .text{width:100%;float:none;}
.latestnews .text h1{font-size:16px;margin:10px 0;}
.latestnews .text span{top:12px;right:12px;}
.news ul{margin-left:0;}
.news ul li{width:100%;margin-left:0;}
.news ul li .text h1{font-size:16px;}
.news-details .tit h1{font-size:24px;}
.news-details .tit h4:before,.news-details .tit h4:after{width:20%;}
.news-page{padding:20px;}
.news-page h1{font-size:32px;}
.volumereport .tit ul li{margin-right:0;float:none;margin-top:10px;}
.volumereport-main .box{margin:0;margin-top:20px;}
.volumereport .tit h1{padding-top:0;}
.charge dl dt h1{font-size:14px;font-weight:bold;}
.charge dl dt{padding:10px;}
.charge dl dt span{font-size:12px;padding-top:6px;margin-right:0;display:block;float:none;}
.charge ul li .left{width:100%;float:none;}
.charge ul li .right{float:none;margin-top:20px;margin-left:31px;margin-right:0;}
.charge ul li .left strong{margin-right:14px;}
.charge ul li .left span{width:87%;}
.charge ul li .right p{color:#666;}
.charge .li2 .left strong{vertical-align:top;}
.charge .li2 .left img{display:block;max-width:200px;margin-bottom:6px}
.charge .li2 .right{padding-top:0;}
.about-introduce1{padding:50px 0;}
.about-introduce1 .pic{width:100%;}
.about-introduce1 .text{width:100%;}
.about-introduce2 .box2 .left{float:none;width:100%;}
.about-introduce2 .box2 .right{width:100%;float:none;}
.about-introduce2 .box .pic{height:auto;}
.about-introduce2 .box .pic img{height:auto;max-width:100%;}
.about-introduce2 .box .left,.about-introduce2 .box .right{width:100%;float:none;}
.about-introduce2 .box .text{padding:10px;padding-top:30px;}
.about-introduce2 .text ul li h4{font-size:12px;}
.about-introduce3 .text{width:96%;padding-top:18%;}
.about-introduce3 .text p{line-height:24px;}
.about-visionmain{padding-bottom:40px;}
.about-visionmain .box .text{padding:10px;}
.teambox{margin-left:0;}
.teambox .box{margin:0 20px;}
.teambox .text p{line-height:20px;}
#dituContent{height:260px;}
.teamTab ul li{width:127px;line-height:45px;margin:0;}
.it-system .box .text a{opacity:1;}
.it-con .swiper-button-next,.it-con .swiper-button-prev{width:36px;height:36px;}
.it-system .box{margin:0;}
.prTab{width:640px;text-align:left;}
.prTab2{width:100%;}
.prTab2 ul li{width:32%;}
.processMain .content{overflow-x:auto;}
.processBox{padding:50px 0 50px 0;}
}
.com-banner{position:relative;overflow:hidden}
.com-banner a{display:block;height:700px;background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative}
.com-banner .swiper-pagination{bottom:30px}
.com-banner .swiper-pagination span{width:8px;height:8px;border-radius:50%;background-color:#eee;opacity:0.7}
.com-banner .swiper-pagination span.swiper-pagination-bullet-active{opacity:1;background-color:#fff}
.com-banner .bcont{padding-top:100px;color:#fff}
.com-banner .tit{font-size:52px;font-weight:normal;line-height:60px;padding:10px 0}
.com-banner .disc{font-size:15px;line-height:30px;height:90px;overflow:hidden;margin-top:10px;max-width:750px}
.com-banner .handle{display:block;width:140px;height:38px;border:1px solid #fff;color:#fff;font-size:14px;text-align:center;line-height:38px;margin-top:20px;-webkit-transition:all 0.3s;transition:all 0.3s}
.com-banner .handle:hover{background-color:#fff;border-color:#fff;color:#273A55}
.com-banner .swiper-button-prev{left:30px}
.com-banner .swiper-button-next{right:30px}
.com-banner .bgVideo{height:100vh;max-height:calc(98vw * 9 / 16)}
.com-banner .bgVideo .vid{z-index:1;height:100%;width:100%;height:auto;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.com-banner .bgVideo .pic{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center}
.com-banner .bgVideo:after{position:absolute;z-index:1;background:#27c5f7;top:0;left:0;width:100%;height:100%;content:""}
.com-banner .bgVideo.bg-gradient:after{background:-webkit-linear-gradient(top,rgba(25,127,194,0.65) 0%,rgba(25,127,194,0.65) 54%,#197fc2 100%);background:linear-gradient(to bottom,rgba(25,127,194,0.65) 0%,rgba(25,127,194,0.65) 54%,#197fc2 100%)}
.com-banner .bgVideo.bg-none:after{background:none}
.com-banner .bgVideo.bg-black:after{background:rgba(0,0,0,0.15)}
.com-banner .bgVideo.bg-black-30:after{background:rgba(0,0,0,0.3)}
.com-banner .bgVideo.bg-purple:after{background-color:rgba(81,45,109,0.5);background-image:-webkit-linear-gradient(90deg,rgba(81,45,109,0.5) 50%,rgba(42,147,222,0.3));background-image:linear-gradient(-360deg,rgba(81,45,109,0.5) 50%,rgba(42,147,222,0.3))}
.com-banner .bgVideo.bg-orange:after{background:-webkit-linear-gradient(to bottom,rgba(244,115,84,0.65) 0%,rgba(244,115,84,0.65) 54%,#f47354 100%);background:linear-gradient(to bottom,rgba(244,115,84,0.65) 0%,rgba(244,115,84,0.65) 54%,#f47354 100%)}
.com-banner .bgVideo-about{height:590px}
.com-banner .bgTxt{position:absolute;z-index:2;display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:row;flex-wrap:nowrap;width:100%;top:0;left:0;box-sizing:border-box;overflow:hidden;text-align:left;height:100%;line-height:1.8;display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:column;flex-wrap:nowrap;color:#fff}
.com-banner .nth-1{font-size:55px;border1:1px solid rgba(255,255,255,0.15);border-radius:5px;}
.com-banner .nth-2{font-size:35px;}
.com-banner .bgTxt .bgCode{font-size:70px;display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:row;flex-wrap:nowrap;text-align:center;}
.com-banner .bbtit{width:100%;height:100%;display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:row;flex-wrap:nowrap}
.com-banner .bbtit strong{position:relative;color:#fff;font-size:52px;font-weight:normal;padding-bottom:20px}
.com-banner .bbtit strong:after{content:"";width:120px;position:absolute;left:50%;bottom:0;margin-left:-60px;height:4px;background:#fff}
.com-banner .camTxt{position:absolute;line-height:20px;padding:20px 40px;max-width:90%;bottom:10%;left:50%;-ms-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);background:rgba(0,0,0,0.8);color:#fff;font-size:15px}
.com-banner .mouse{position:absolute;bottom:30px;left:50%;margin-left:-24px;width:47px;height:47px;background:url(../images/mouse.png) no-repeat;background-size:100% 100%;z-index:10;-webkit-animation:huadong 1.2s infinite linear;animation:huadong 1.2s infinite linear;pointer-events:none;line-height:64px;text-align:center;font-size:32px}
.com-banner .mouse+*{margin-bottom:100px}
.com-banner .paneWrap{border:18px;min-height:calc(35vw * 9 / 16);display:flex;justify-content:center;align-items:center;align-content:center;flex-direction:row;flex-wrap:nowrap;box-sizing:border-box;color:#fff;border:18px solid #fff;width:1200px;max-width:75%;padding:60px 80px 70px;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}
.com-banner .paneWrap .disTit{width:100%;padding-bottom:0}
.com-banner a{height:600px}
.short-banner .bgVideo{max-height:calc(80vw * 9 / 16)}
.h90-banner .bgVideo{max-height:calc(90vw * 9 / 16)}
.hm-banner a{height:700px}
.hm-banner .hmBgTxt{position:absolute;z-index:1;right:9%;top:50%;-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:rgba(226,180,80,0.8);width:35%;padding:40px 30px;color:#fff;font-size:38px;line-height:52px;color:#222;font-weight:normal}
.hm-banner .hmBgTxt .hand{display:inline-block;width:250px;height:60px;border:none;background:#27c5f7;color:#000;text-align:center;cursor:pointer;font-size:16px;box-sizing:border-box;line-height:60px;transition:all .3s ease;-webkit-transition:all .3s ease;position:relative;overflow:hidden}
.hm-banner .hmBgTxt .hand:not(.disabled):not([disabled]):hover{background:#27c5f7;color:#fff}
.hm-banner .hmBgTxt .hand:after{content:"";position:absolute;left:-120%;top:0;width:100%;height:100%;background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));transform:skewx(-25deg);-webkit-transform:skewx(-25deg)}
.hm-banner .hmBgTxt .hand:hover:after{transition:all .5s ease;left:100%}
@-webkit-keyframes cursor{0%{opacity:0}
49%{opacity:0}
50%{opacity:1}
}
@keyframes cursor{0%{opacity:0}
49%{opacity:0}
50%{opacity:1}
}
@media screen and (max-width:1366px){.com-banner .paneWrap{border-width:10px;width:70%;padding:30px 40px 30px}
}
@media screen and (max-width:1080px){.com-banner a{height:280px}
.com-banner{padding:125px 10px 125px}
.com-banner .bgVideo{max-height:100vh;min-height:calc(96vw * 9 / 16) !important;height:100%;position:absolute;top:0;left:0;width:100%}
.com-banner .bgVideo .vid{height:100%;width:auto}
.com-banner .bgTxt{max-width:100%;position:relative;margin-top:0;top:0;left:0;-ms-transform:none;-moz-transform:none;-o-transform:none;-webkit-transform:none;transform:none;padding:10px 10px 0;font-size:16px;line-height:1.3;min-height:auto}
.com-banner .bgTxt .bgCode{font-size:22px;}
.com-banner .bgTxt h1{font-size:22px}
.com-banner .bgTxt h1:after{display:none}
.com-banner .bgTxt h4{font-size:14px;width:auto}
.com-banner .bgTxt h5{font-size:14px;margin-top:20px}
.com-banner .bgTxt .hand{width:100px;height:32px;line-height:32px;font-size:14px}
.com-banner .bgTxt .lettes{font-size:24px}
.com-banner .paneWrap{border:5px solid #fff;max-width:92%;width:100%;position:relative;margin-top:0;top:0;left:4%;-ms-transform:none;-moz-transform:none;-o-transform:none;-webkit-transform:none;transform:none;padding:10px;font-size:16px;line-height:1.3;min-height:auto}
.com-banner .paneWrap .disTit{line-height:1.4}
.hm-banner a{height:55vw}
.hm-banner .hmBgTxt{background:rgba(255,255,255,0.6);right:10%;left:10%;width:80%;padding:10px 15px;font-size:16px;line-height:24px}
.hm-banner .hmBgTxt .hand{width:auto;max-width:50%;height:32px;line-height:32px;display:block;margin-top:-25px}
}
@media only screen and (max-width:640px){.com-banner .nth-1{display:none;}
}
@media screen and (max-width:479px){.com-banner a{height:280px}
.com-banner{margin-top:-50px;}
}
@media only screen and (max-width:768px){.runpic-words ul li{width:50% !important;}
.runpic-words ul li h6{font-size:15px !important;}
.runpic-words ul li p{font-size:14px !important;margin-bottom:38px !important;}
.runpic-words{top: 5% !important;}
.runpic-line{display:none !important;}
.runpic-line-null{display:none !important;}
}
@media only screen and (max-width:1024px) and (min-width:769px){}
.p_MatteIcon .iconfont:before{content:'\e602';}
.div{animation-fill-mode:both;}
.runpic-box{width:100%;overflow:hidden;position:relative;}
.runpic-words{position:absolute;width:100%;top: 30%;left:50%;transform:translateX(-50%);z-index:3;}
.runpic-words ul li{width:16.5%;float:left;text-align:center;}
.runpic-words ul li img{display:block;margin:0 auto;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.runpic-words ul li h6{font-size:20px;color:#fff;margin-top:32px;}
.runpic-words ul li p{font-size:18px;color:#fff;text-transform:capitalize;margin-top:10px;font-family:'SOURCEHANSANSCN-LIGHT_0';}
.runpic-words ul li:hover img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg);}
.runpic-line-null{position:absolute;width:100%;height:1px;background-color:rgba(255,255,255,.1);left:0;top:62%;z-index:4;}
.runpic-line{position:absolute;width:10%;height:1px;background-color:#b6b5aa;left:0;top:62%;z-index:4;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.runpic-pic{width:100%;overflow:hidden;position:relative;z-index:1;height: 600px;background-color:#b6b5aa;}
.runpic-pic ul li{width:100%;height:820px;display:none;background-repeat:no-repeat !important;background-attachment:fixed !important;position:absolute;-o-background-size:cover;background-size:cover;top:0%;left:0%;}
.runpic-pic-true{-webkit-animation:toPicBig 1s ease-in-out both;-moz-animation:toPicBig 1s ease-in-out both;-o-animation:toPicBig 1s ease-in-out both;animation:toPicBig 1s ease-in-out both;}
@-webkit-keyframes toPicBig{0%{-webkit-transform:scale(1.04);transform:scale(1.04);}
100%{-webkit-transform:scale(1);transform:scale(1);}
}
@-moz-keyframes toPicBig{0%{-moz-transform:scale(1.04);transform:scale(1.04);}
100%{-moz-transform:scale(1);transform:scale(1);}
}
@-o-keyframes toPicBig{0%{-o-transform:scale(1.04);transform:scale(1.04);}
100%{-o-transform:scale(1);transform:scale(1);}
}
@keyframes toPicBig{0%{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);transform:scale(1.04);}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
}
.runpic-pic-shade{position:absolute;z-index:2;width:100%;height:100%;background-color:rgba(0,0,0,.4);-webkit-transition:all 2s;-o-transition:all 2s;-moz-transition:all 2s;transition:all 2s;}
.runpic-words-pic{height: 70px;}
}

.main5bg {width:100%;text-align:center;background:#f5f5f5;position:relative;z-index:999;}
.main5 {width:100%;text-align:center;background:#f5f5f5;position:relative;z-index:999;}
.main5 h3{text-align: center;font-size: 30px;color: #177fc2;font-weight: 600;padding-top:84px;}
.main5 h4{font-family:'HelveticaNeueLTPro-ThEx';font-size:24px;color:#bfbfbf;padding-top:15px;text-transform:uppercase;}
.main5 h6{text-align: center;padding: 30px 0;font-size: 16px;line-height: 30px;}
.jishuqi li{display:inline-block;font-size: 25px;color: #000000ab;min-width: 175px;padding-left: 100px;padding-right:50px;}
.jishuqi li>i{font-style:normal;font-size: 96px;font-weight: 1000;padding-bottom:20px;font-family: Impact,sans-serif;color1: #044b93;background-image1: -webkit-gradient(linear, 100 0, 0 bottom, from(rgba(19, 66, 117, 1)), to(rgba(10, 122, 188, 1)));-webkit-background-clip1: text;-webkit-text-fill-color1: transparent;color:rgb(254, 87, 34);}
.jishuqi li p{font-size: 20px;color:#333;margin-top:20px;}
.jishuqi{padding-top1:50px;text-align:center;}
.jishuqi li span{display:inline-block;position:absolute;}
.js2>img{width:80%;}
.jishuqi2 li{text-align:center;padding:0 32px;color:#fff;background:url(../images/xian_2.jpg) no-repeat left center;}
.jishuqi2{padding-top:90px;background:url(../images/xian_2.jpg) no-repeat right 118px;}
.jishuqi2 li i{color:#fff;font-size:32px;font-weight:lighter;}
.jishuqi2 li p{color:#fff;font-size:14px;}
.jishuqi3 li{display:inline-block;font-size:24px;color:#222;padding-left:130px;padding-right:50px;}
.jishuqi3 li>i{font-family:'HelveticaNeueLTPro-ThEx';font-size:60px;color:#222;padding-bottom:20px;}
.jishuqi3 li p{font-size:16px;color:#333;margin-top:20px;}
.jishuqi3{padding-top:50px;padding-bottom:50px;}
.jishuqi3 li span{display:inline-block;position:absolute;}
.index-bk4{position:relative;z-index:6;background:#f5f5f5;overflow:hidden}
.index-bk4 .bk4-txt{width:60%;margin-left:7em;position:relative;z-index:2}
.index-bk4 .bk4-txt h3{margin-top:1em;font-size:1em;font-weight:normal;line-height:1.6}
.index-bk4 .bk4-map{margin: 0 15em;position:relative;text-align: center;}
.index-bk4 .bk4-map img{width:100%;height:auto}
.index-bk4 .bk4-map>div{position:absolute;width:20px;height:15px;left:0;top:0;z-index:1}
.index-bk4 .bk4-map>div.open{z-index:100;transition-delay:0!important;-webkit-transition-delay:0!important}
.index-bk4 .bk4-map>div i{width:10px;height:15px;display:block;cursor:pointer;position:relative}
.index-bk4 .bk4-map>div i img{transition:0s all;-webkit-transition:0s all}
.index-bk4 .bk4-map>div i img:first-child{position:absolute;left:0;top:10px;width:100%;visibility:hidden;opacity:0;z-index:2}
@media only screen and (min-width:1024px){.index-bk4 .bk4-map>div.open i img,.index-bk4 .bk4-map>div:hover i img{transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform-origin:center bottom;-webkit-transform-origin:center bottom;transition:.2s all;-webkit-transition:.2s all}
}
.index-bk4 .bk4-map>div.open i img:first-child,.index-bk4 .bk4-map>div:hover i img:first-child{opacity:1;visibility:visible}
.index-bk4 .bk4-map>div.open i img:first-child+img,.index-bk4 .bk4-map>div:hover i img:first-child+img{opacity:0;visibility:hidden}
.index-bk4.animate .bk4-map .i5>i{animation:i5name 1s infinite}
@keyframes i5name{0%{transform:translateY(0) scale(1,1)}
60%{transform:translateY(-10px) scale(1.1,1.1)}
100%{transform:translateY(0px) scale(1,1)}
}
.index-bk4 .bk4-map .box{padding:1em;background:rgba(255,255,255,0.95);position:absolute;right:40px;top:-35px;width:140px;min-height:2em;margin-top:-4em;box-shadow:10px 10px 20px rgba(0,0,0,0.2);display:none}
.lt9 .index-bk4 .bk4-map .box{background:#fff}
.index-bk4 .bk4-map .open .box{display:block}
.index-bk4 .bk4-map .box em{width:12px;height:23px;position:absolute;right:-12px;top:50%;margin-top:-12px;opacity:.95}
.index-bk4 .bk4-map .box .c{position:absolute;right:0;top:0;width:1.5em;height:1.3em;text-align:center;line-height:1;background:#d7000e}
.index-bk4 .bk4-map .box .c i{width:11px;height:10px;position:absolute;left:50%;top:50%;margin:-5px 0 0 -5px}
.index-bk4 .bk4-map .box .c:hover i{transform:rotate(180deg);transition:.5s}
.index-bk4 .bk4-map .box h2{color:#d7000e;text-align:left;}
.index-bk4 .bk4-map .box span{color:#d7000e;text-align:left;}
.index-bk4 .bk4-map .box dl{margin-bottom:.5em}
.index-bk4 .bk4-map .box dl dt{float:left;min-width:3em}
.index-bk4 .bk4-map .box dl dd{overflow:hidden;display:block;text-align:left;padding-top:5px;line-height:20px;font-size:12px;}
.index-bk4 .bk4-map .box.left{right:auto;left:40px}
.index-bk4 .bk4-map .box.left em{right:auto;left:-12px}
.lt9 .index-bk4 .bk4-map>.box{background:#fff}
.index-bk4 .bk4-map .i1{left:77.41%;top:38.12%;}
.index-bk4 .bk4-map .i2{left:78.5%;top:40.07%;}
.index-bk4 .bk4-map .i3{left:79.5%;top:38%;}
.index-bk4 .bk4-map .i4{left:77.2%;top:32.5%;}
.index-bk4 .bk4-map .i5{left:78.30%;top:38.74%;z-index:99}
.index-bk4 .bk4-map .i6{left:77%;top:33.74%;}
.index-bk4 .bk4-map .i7{left:77%;top:36%;}
.index-bk4 .bk4-map .i8{left:78.3%;top:36.7%;}
.index-bk4 .bk4-map .i9{left:79.3%;top:35.5%;}
.index-bk4 .bk4-map .i10{left:79%;top:32.12%;}
.index-bk4 .bk4-map .i11{left:80%;top:33.12%;}
.index-bk4 .bk4-map .i12{left:75.9%;top:35.24%;}
.index-bk4 .bk4-map .i13{left:76.2%;top:38.74%;}
.index-bk4 .bk4-map .i14{left:75.5%;top:37.74%;}
.index-bk4 .bk4-map .i15{left:74.5%;top:36.74%;}
.index-bk4 .bk4-map .i16{left:75.8%;top:32.74%;}
.index-bk4 .bk4-map .i17{left:76.5%;top:30.74%;}
.index-bk4 .bk4-map .i18{left:69.8%;top:33.74%;}
.index-bk4 .bk4-map .i19{left:74.8%;top:38.74%;}
.index-bk4 .bk4-map .i20{left:74.8%;top:34.74%;}
.index-bk4 .bk4-map .i51{left:78.8%;top:26.74%;}
.index-bk4 .bk4-map .i52{left:80.80%;top:21.74%;}
.index-bk4 .bk4-map .i53{left:77.8%;top:28.74%;}
.index-bk4 .bk4-map .i54{left:79.8%;top:24.74%;}
.index-bk4 .bk4-map .i55{left:75.8%;top:22.74%;}
.index-bk4 .bk4-map .i56{left:76.8%;top:29.74%;}
.index-bk4 .bk4-map .i57{left:78.5%;top:28.74%;}
.index-bk4 .bk4-map .i21{left:76.41%;top:53.12%;}
.index-bk4 .bk4-map .i22{left:75.41%;top:50.12%;}
.index-bk4 .bk4-map .i23{left:80.5%;top:50.12%;}
.index-bk4 .bk4-map .i24{left:80.5%;top:57.12%;}
.index-bk4 .bk4-map .i25{left:75.41%;top:44.12%;}
.index-bk4 .bk4-map .i26{left:76.41%;top:47.12%;}
.index-bk4 .bk4-map .i27{left:73.41%;top:40.12%;}
.index-bk4 .bk4-map .i28{left:70.41%;top:14.12%;}
.index-bk4 .bk4-map .i29{left:61.41%;top:20.12%;}
.index-bk4 .bk4-map .i30{left:63.41%;top:23.12%;}
.index-bk4 .bk4-map .i31{left:63.41%;top:29.12%;}
.index-bk4 .bk4-map .i32{left:71.41%;top:39.12%;}
.index-bk4 .bk4-map .i33{left:68.41%;top:54.12%;}
.index-bk4 .bk4-map .i34{left:68.2%;top:47%;}
.index-bk4 .bk4-map .i35{left:68.3%;top:39.74%;}
.index-bk4 .bk4-map .i36{left:56.41%;top:37.12%;}
.index-bk4 .bk4-map .i37{left:58.41%;top:38.12%;}
.index-bk4 .bk4-map .i38{left:58.41%;top:36.12%;}
.index-bk4 .bk4-map .i39{left:61.41%;top:42.12%;}
.index-bk4 .bk4-map .i40{left:62.41%;top:34.12%;}
.index-bk4 .bk4-map .i41{left:57.41%;top:40.12%;}
.index-bk4 .bk4-map .i42{left:51.41%;top:75.12%;}
.index-bk4 .bk4-map .i43{left:51.41%;top:64.12%;}
.index-bk4 .bk4-map .i44{left:42.41%;top:33.12%;}
.index-bk4 .bk4-map .i45{left:56.41%;top:51.12%;}
.index-bk4 .bk4-map .i46{left:86.5%;top:73.12%;}
.index-bk4 .bk4-map .i47{left:27.41%;top:71.12%;}
.index-bk4 .bk4-map .i48{left:57.41%;top:31.12%;}
@media(max-width:1270px){.jishuqi li{padding:0 15px;}
.jishuqi li>i{font-size: 50px;}
}
@media only screen and (max-width:1024px) and (min-width:769px){
.index-bk4 .bk4-map {
    margin: 0 5em;
}
}
@media only screen and (max-width:768px){
.index-bk4 .bk4-map {
    margin: 0 5em;
}
}
@media only screen and (max-width:640px){
.index-bk4 .bk4-map {
    margin: 0 5em;
}
}
@media screen and (max-width:479px){
.index-bk4 .bk4-map {
    margin: 0 5em;
}
}



/********************* Footer *********************/
.footer {
    padding: 45px 0;
    text-align: center;
    background: #f0f0f0;
}
.footer .sitemap{
    display: table;
    margin: 18px auto 18px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 10px 101px;
}
.footer .sitemap ul{
    margin-bottom:0;
}

.footer_top ul li {
    padding: 0;
}

.footer_top ul li:nth-child(2n) {
    display: none;
}

.footer_top ul li,
.footer_top ul li a {
    color: #888;
    padding: 10px;
}

.footer_top ul li a:hover {
    color: #36B9C0;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    padding: 15px 0 30px;
    line-height: 22px;
}

.footer .copyright  {
    margin-bottom:10px;
    
}


.footer .siteinfo {
}

.footer .siteinfo ul {
    display: inline-block;
}

.footer .siteinfo ul > li {
    padding: 10px;
}

.footer .siteinfo ul > li + li:before {
    content: " ";
    padding: 0 5px;
  
}

.footer .siteinfo ul > li label {
    margin: 0 5px 0 0;
    color: #197fc2;
}
.footer .siteinfo ul > li.mail{
    display:none;
}

.footer .siteinfo .sitemap-link {
    display: inline-block;
    background: url(../images/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .sitemap-link:hover {
    position: relative;
    top: 2px;
}

.footer .powered,
.footer .powered a {
    color: #AAA;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline a, .list-unstyled a {
    color: #666;
    display: inline-block;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}


@media (max-width: 767px) {

    .footer {
        padding: 45px 0;
    }

    .footer .sitemap {
        display: none;
    }

    .footer .copyright,
    .footer .siteinfo,
    .footer .siteinfo ul {
        display: block;
        margin-top: 14px;
    }

    .footer .siteinfo ul > li {
        display: block;
        line-height: 18px;
        padding: 5px;
    }

    .footer .siteinfo ul > li + li:before {
        display: none;
    }
}



.shadow_box {
    padding: 35px 60px;
    position: relative;
    background: #fff;
    margin-top: 105px;
}
body:not(.home) .h6 {
    margin-top: 10px;
}
.h6 {
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 25px 0;
}
/*------------------------subNav  dropdownMenu --------------------*/
/*************** product ************/
.pro_list .item a {
    display: block;
    width: 100%;
    padding: 0 10px;
}

.pro_list .item .pic{
    position:relative;
    overflow:hidden;
}
.pro_list .item .pic:before{
    position:absolute;
    content:"";
    display:block;
    top: -7px;
    left: -7px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border:solid 5px #197fc2;
    transition:all .3s ease;
    /*border-width: 8px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #8971d9 0, #946ddf 30%, #64abf1 70%, #59cddb 100%);
    border-image-slice: 1;*/
}
.pro_list .item p {
    margin: 0;
    font-size: 18px;
    color: #3f3f3f;
    line-height: 25px;
}
.pro_list .item p.title {
    display: block;
    display: -webkit-box;
    height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_list .item p.desc {
    margin: 10px 0;
    font-size: 15px;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_list .item {
    text-align: center;
}

.pro_list .item .price {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
        color: #000;
}

.pro_list .item .info {
    margin-top: 30px;
}

.pro_list .item a:hover .pic:before,
body.product.promotions .pro_list .item:hover .pic:before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
}
.more_sec {
    margin-top: 50px;
    text-align: center;
}
.hsec {
    margin-bottom: 65px;
    position:relative;
}
.slick .slick-arrow{width:40px;height:40px;background:url(../images/gallery_btn.png)no-repeat;text-indent:-9999px;border:none;outline:none;position:absolute;top:calc(50% - 40px/2);z-index:1}
.slick .slick-prev{background-position:-80px 0;left:0}
.slick .slick-prev{
    background: url('../images/arrow_001.png') center center no-repeat;
    left:-50px;
}
.slick .slick-next{
    background: url('../images/arrow_002.png') center center no-repeat;
    right:-50px;
}
.slick .slick-arrow{
    transition:all .3s ease;
}
.slick .slick-arrow:hover{
    transform:scale(1.5);
}

.shadow_box {
    padding: 35px 60px;
    position:relative;
    background: #ffffff;
    margin-top: 170px;
}
.shadow_box:before{
    position:absolute;
    content:"";
    display:block;
    width:100%;
    height:60px;
    background: url('../images/bg_006.png') center bottom no-repeat;
    left:0;
    bottom:-38px;
    z-index:-1;
    background-size: 100%;
}
.newImg{
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.home_pro_sec .newImg{
    background-image: url('../images/bg_002.jpg');
    width: 1300px;
    height: 315px;
    left: -5%;
}
.home_news_sec .newImg{
    background-image: url('../images/bg_003.jpg');
    width:100%;
    height:259px;
    left: 0; 
}

.home_pro_sec.kindpro_area .newImg {
    display: none;
}


/******** news *******/
.news_list .item a{
    display:block;
    width:100%;
}
.news_list .item{
    margin-bottom:25px;
}

.news_list.dis_pic .item > a{
    /*display:flex;
    justify-content:space-around;*/
}
.news_list.dis_pic .item .pic{
    /*width:150px;*/
}
.news_list.dis_pic .item .info{
    padding:15px;
    /*width:calc(100% - 150px);*/
}
.news_list.dis_pic .item p{
    margin:0;
    font-size:20px;
    color:#000;
    transition:all .3s ease;
}
.news_list.dis_pic .item .title{
    overflow : hidden;
      text-overflow : ellipsis;
      white-space : nowrap;
      
}
.news_list.dis_pic .item .date{
    font-size:16px;
    font-weight:bold;
}
.home_news_sec .h6 {
    margin-bottom: 20px;
}
.home_news_sec .shadow_box {
    padding: 40px 60px;
}
.news_list.dis_pic .item > a:hover .pic img {
    opacity: 0.7;
}

.news_list.dis_pic .item > a .pic img {
    transition: all .3s ease;
}

.news_list.dis_pic .item > a:hover .info p {
    color: #868686;
}





.mc {
    margin: 0 auto;
}
.home-about-wrapper{background-color:#e9eef2;padding: 100px 0 0;}
.home-about-wrapper h2{font-size: 30px;line-height:1;margin:0 auto;color: #177fc2;font-weight:700;}
.home-about-wrapper p{font-size:20px;margin:30px auto 40px;max-width:780px}
.home-about-wrapper ._btn{font-size:16px;padding:12px 37px;border:1px solid #aaadb1;background-color:rgba(0,0,0,.05);color:#18181c;transition:all .5s;-webkit-transition:all .5s;display:inline-block}
.home-about-wrapper ._btn:hover{background-color:#000;color:#fff}
.home-about-wrapper ._about_detail{margin-top:130px;background:url(../images/home_ahout_bg.png) center top no-repeat}
.home-about-wrapper ._about_detail .row .col-md-3{position:relative;height: 450px;}
.home-about-wrapper ._about_detail ._detail_content{position:absolute}
.home-about-wrapper ._about_detail ._item_one{top:70px}
.home-about-wrapper ._about_detail ._item_two{top:-30px}
.home-about-wrapper ._about_detail ._item_three{top:90px;right:10px}
.home-about-wrapper ._about_detail ._item_four{top:10px;right:30px}
.home-about-wrapper ._about_detail ._name{font-size:20px;color: #000;line-height:1;margin:20px auto;text-align:center;}
.home-about-wrapper ._about_detail p{font-size: 16px;color:rgba(24,24,28,.7);max-width:220px;margin:0 auto;line-height: 30px;}

@media only screen and (max-width:1200px){
.home-about-wrapper h2,.home-idstry-solution h2,.homepage-newroom h2,.homepage-wide-card h2{font-size:40px}
.home-about-wrapper p,.homepage-wide-card p{font-size:18px}
}

@media only screen and (min-width:768px) and (max-width:992px){
.home-about-wrapper ._about_detail{background:0 0}
.home-about-wrapper ._about_detail p{display:none}
.home-about-wrapper ._about_detail .container{width:650px}
.home-about-wrapper ._about_detail .row .col-md-3{height:auto}
.home-about-wrapper ._about_detail ._name{font-size:14px;margin-bottom:120px}
.home-about-wrapper ._about_detail ._detail_content{position:static}
.home-about-wrapper p{max-width:600px}
}

@media only screen and (max-width:767px){
.home-about-wrapper{padding-top:60px}
.home-about-wrapper h2,.homepage-newroom h2{font-size:36px}
.home-about-wrapper p{font-size:14px}
.home-idstry-solution h3{font-size:30px}
.home-about-wrapper ._btn{font-size:12px}
.home-about-wrapper ._about_detail ._detail_content{position:static}
.home-about-wrapper ._about_detail .row .col-md-3{height:auto}
.home-about-wrapper ._about_detail p{display:none}
.home-idstry-solution{padding-top:80px}
.home-idstry-solution p{margin:20px auto 40px}
.home-about-wrapper ._about_detail{background:0 0;margin-top:90px}
.home-about-wrapper ._about_detail img{width:60px}
.home-about-wrapper ._about_detail ._name{font-size:14px;margin-bottom:60px}
}



.idx_title{
    width:300px;
    margin:0 auto;
    margin-bottom:5%;
    }
.idx_title .en{
    width:100%;
    }
.idx_title .en2{ display:none; }
.idx_title:hover .en1{ display:none; }
.idx_title:hover .en2{ display:block;}

.idx_title .ch{
    width:172px; 
    height:56px;
    position:relative;
    margin:0 auto;
    text-align:center;
    line-height:56px;
    font-size:25px;
    color:#000;
    overflow:hidden;
    margin-top:10px;
    }
.idx_title:hover .ch{ color:#197fc2; }
.idx_line{
    display:block;
    background:#a1a1a1;
    position:absolute;
    transition:150ms;
    transition-timing-function:linear;
    }
.idx_line_1{
    width:21px;
    height:1px;
    right:50%;
    bottom:0;
    transition-delay:300ms;
    }
.idx_line_2{
    width:21px;
    height:1px;
    left:50%;
    bottom:0;
    transition-delay:300ms;
    }
.idx_line_3{
    width:1px;
    height:0;
    left:0;
    bottom:0;
    transition-delay:150ms;
    }
.idx_line_4{
    width:1px;
    height:0;
    right:0;
    bottom:0;
    transition-delay:150ms;
    }
.idx_line_5{
    width:0;
    height:1px;
    left:0;
    top:0;
    transition-delay:0ms;
    }
.idx_line_6{
    width:0;
    height:1px;
    right:0;
    top:0;
    transition-delay:0ms;
    }
.idx_title:hover .idx_line{ background:#197fc2; } 
.idx_title:hover .idx_line_1,
.idx_title:hover .idx_line_2{ width:100%; transition-delay:0ms;  } 

.idx_title:hover .idx_line_3,
.idx_title:hover .idx_line_4{ height:100%; transition-delay:150ms; } 

.idx_title:hover .idx_line_5,
.idx_title:hover .idx_line_6{ width:50%; transition-delay:300ms; } 
.idx_pros{
    width: 100%;
    margin:0 auto;
    max-width: 1232px;
    background1: #fff;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    margin-bottom: 50px;
    }
.idx_pros a{
margin: 5px;
    display:block;
    width:595px;
    height:240px;
    float:left;
    color:#646464;
    border:1px solid #f5f5f5;
    position:relative;
    border-right:0;
    border-bottom:0;
    overflow:hidden;
    }
.idx_pros .ico,
.idx_pros .txts{
    width: 50%;
    height:100%;
    position:absolute;
    top:0;
    }
.idx_pros .ico{
    background-repeat:no-repeat;
    background-position:center center;    
    left:0;
    transition:left 500ms;
    -webkit-transition:left 500ms;
    }
.idx_pros a:nth-child(2){ background-color: #f5f5f5; }
.idx_pros a:nth-child(4){ background-color: #f5f5f5; }
.idx_pros a:nth-child(6){ background-color: #f5f5f5; }
.idx_pros a:nth-child(8){ background-color: #f5f5f5; }
.idx_pros .idxp11 .ico{
    background:url(../images/ico_1.png) no-repeat center center;
    }
.idx_pros .idxp11:hover .ico{
    background:url(../images/ico_1.png) no-repeat center center;
    }
.idx_pros .idxp12 .ico{
    background:url(../images/ico_2.png) no-repeat center center;
    }
.idx_pros .idxp12:hover .ico{
    background:url(../images/ico_2.png) no-repeat center center;
    }
.idx_pros .idxp13 .ico{
    background:url(../images/ico_3.png) no-repeat center center;
    }
.idx_pros .idxp13:hover .ico{
    background:url(../images/ico_3.png) no-repeat center center;
    }
.idx_pros .idxp14 .ico{
    background:url(../images/ico_4.png) no-repeat center center;
    }
.idx_pros .idxp14:hover .ico{
    background:url(../images/ico_4.png) no-repeat center center;
    }
.idx_pros .idxp15 .ico{
    background:url(../images/ico_5.png) no-repeat center center;
    }
.idx_pros .idxp15:hover .ico{
    background:url(../images/ico_5.png) no-repeat center center;
    }
.idx_pros .idxp16 .ico{
    background:url(../images/ico_6.png) no-repeat center center;
    }
.idx_pros .idxp16:hover .ico{
    background:url(../images/ico_6.png) no-repeat center center;
    }
.idx_pros .idxp17 .ico{
    background:url(/templets/zhusr/css/pro_7.png) no-repeat center center;
    }
.idx_pros .idxp17:hover .ico{
    background:url(/templets/zhusr/css/pro_7_on.png) no-repeat center center;
    }
.idx_pros .idxp18 .ico{
    background:url(/templets/zhusr/css/pro_8.png) no-repeat center center;
    }
.idx_pros .idxp18:hover .ico{
    background:url(/templets/zhusr/css/pro_8_on.png) no-repeat center center;
    }
.idx_pros .idxp19 .ico{
    background:url(../images/ico_4.png) no-repeat center center;
    }
.idx_pros .idxp19:hover .ico{
   background:url(../images/ico_4.png) no-repeat center center;
    }







.idx_pros .txts{
    left: 40%;
    width: 60%;
    transition:500ms;
    -webkit-transition:500ms;
    }
.idx_pros .txts .ch{
    font-size:18px;
    padding-bottom:3px;
    margin-top: 100px;
    }
.idx_pros .idxp1 .txts .ch{
    font-size: 30px;
    color: #fff;
    }
.idx_pros .txts .en{
    font-size:14px;
    margin-top:2px;
    color: #999;
    }
.idx_pros .pic{ 
    width:100%; 
    height:100%; 
    overflow:hidden;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
    }
.idx_pros .pic img{ width:100%; }
.idx_pros .idxp2{ color:#323232; }
.idx_pros .idxp2 .txts .ch{ border-color:#fff; } 
.idx_pros .cover{ position:absolute; left:0; top:0; bottom:0; right:0; opacity: 0; overflow:visible; border:0 solid #b42c2c; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.idx_pros a:hover .cover{ opacity:1; border:150px solid #177fc2;}
.idx_pros a:hover .ico{ left:50%; }
.idx_pros a:hover .txts{ left:0; padding-right:0; padding-left:12%; }
.idx_pros .idxp1:hover { color:#fff; }
.idx_pros .idxp1:hover .txts .ch{ color:#fff; }
.idx_pros .arrow{ width:18px; height:18px; position:absolute; bottom:15px; left:15%; transform:translateX(-60px); -webkit-transform:translateX(-60px); opacity:0; display:none\9; transition:500ms; -webkit-transition:500ms; }
.idx_pros a:hover .arrow{ transform:translateX(0); -webkit-transform:translateX(0); opacity:1; }
.idx_pros a:hover .en{ color: #fff; }

.idx_pros a:nth-child(1){ background: url(../images/fa1.jpg) no-repeat; }
.idx_pros a:nth-child(2){ background: url(../images/fa2.jpg) no-repeat; }
.idx_pros a:nth-child(3){ background: url(../images/fa3.jpg) no-repeat; }
.idx_pros a:nth-child(4){ background: url(../images/fa4.jpg) no-repeat; }
.idx_pros a:nth-child(5){ background: url(../images/fa5.jpg) no-repeat; }
.idx_pros a:nth-child(6){ background: url(../images/fa6.jpg) no-repeat; }
.index_product{background:url(../images/dq.jpg) no-repeat top center;}
.index_product h6 {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
}
.index_product h3 {
    text-align: center;
    font-size: 30px;
    color: #177fc2;
    font-weight: 600;
    padding-top: 84px;
}
@media (max-width: 600px){
.idx_pros a {
    max-width1: 600px;
    width: 100%;
}
}
.hnews-box{
    padding-bottom: 80px;
    margin: 30px auto 0px;
}
.hnews-ul{
    float: left;
    width: 50%;
}
.hnews-ul li{
    margin-bottom: 20px;
    background: #f6f6f6;
    height: 100px;
    transition: all .5s;
}
.hnews-ul li a{
    display: flex;
    flex-direction: row;
}
.hnews-ul li:last-child{
    margin-bottom: 0px;
}
.henws-date{
    width: 18.9%;
    text-align: center;
    position: relative;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.henws-date::after{
    height: 72px;
    width: 2px;
    position: absolute;
    display: block;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #dcdcdc;
}
.henws-date span{
    color: #666;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.henws-date p{
    font-size: 20px;
    color: #333;
}
.hnews-main{
    width: 81.1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
.hnews-main h2{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-main .hnews-ms{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-ul li:hover{
    background: #0372ba;
}
.hnews-ul li:hover .henws-date span{
    color: #fff;
}
.hnews-ul li:hover .henws-date p{
    color: #fff;
}
.hnews-ul li:hover .hnews-main h2{
    color: #fff;
}
.hnews-ul li:hover .hnews-ms{
    color: #fff;
}
.hnews-right{
    float: right;
    width: 50%;
    padding-left: 40px;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
    transition: all .5s;
    max-height: 420px;
}
.hnews-right .hnews-main{
    width: 100%;
    height: 120px;
    background: #f6f6f6;
    padding: 0 26px;
    transition: all .5s;
}
.hnews-right:hover .hnews-main {
    background: #0372ba;
}
.hnews-right:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-right:hover .hnews-main h2{
    color: #fff;
}
.hnews-right:hover .hnews-main .hnews-ms{
    color: #fff;
}
@media(max-width: 1300px){
    .hnews-ul li{
        height: 110px;
    }
    .henws-date{
        height: 110px;
    }
}
@media(max-width: 1200px){
    .hnews-right{
        float: none;
        width: 100%;
        max-width: 640px;
        margin: 0 auto 20px;
        padding-left: 0px;
    }
    .henws-date{
        height: 110px;
    }
    .hnews-ul{
        width: 100%;
        max-width: 640px;
        margin: 0 auto 0px;
        float: none;
    }
}
@media(max-width: 991px){
    .hnews-box{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .henws-date{
        width: 15%;
        height: auto;
    }
    .hnews-main{
        width: 85%;
        padding: 0 15px;
    }
    .henws-date span{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .henws-date p{
        font-size: 16px;
    }
    .hnews-ul li{
        height: auto;
        padding: 15px 0;
    }
    .henws-date::after{
        height: 60px;
    }
}
.home-news .title_cn {
    font-size: 30px;
    line-height: 1;
    margin: 50px auto 40px;
    text-align: center;
    font-weight: 700;
    color: #177fc2;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */
#pro_box{
	background: #f9f9f9;
	width: 100%;
	padding-bottom: 102px;
}
.index_title{
	margin: 40px auto 62px;
	text-align: center;
}
.index_title>h3{
	width: 252px;
	height: 67px;
	overflow: hidden;
	line-height: 100px;
	margin: 0 auto;
	background: url('../images/title.png') no-repeat top right;
	font-size: 34px;
	margin-bottom: 32px;
	font-family: "SourceHanSansCN-Normal";
}
.index_title>h3>span{
	color: #187fc2;
}
.index_title>p{
	font-size: 16px;
	color: #969696;
}
#index_pro .item{
	margin: 0 3px;
}
#index_pro .item a,
.pro_con .item a,
.recommend_list .item a{
	display: block;
	width: 100%;
	position: relative;
}
#index_pro .item a .index_pro_img,
.pro_con .item a .index_pro_img,
.recommend_list .item a .index_pro_img{
	overflow: hidden;
	height: 270px;
}
#index_pro .item a .index_pro_img img,
.pro_con .item a .index_pro_img img,
.recommend_list .item a .index_pro_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#index_pro .item a .pro_bottom_txt,
.pro_con .item a .pro_bottom_txt,
.recommend_list .item a .pro_bottom_txt{
	position: absolute;
	height: 84px;
	bottom: 0;
	text-align: left;
	width: 100%;
	background: #b1b1b1;
}
#index_pro .item a .pro_bottom_txt .pro_bottom_left,
.pro_con .item a .pro_bottom_txt .pro_bottom_left,
.recommend_list .item a .pro_bottom_txt .pro_bottom_left{
	width: calc(100% - 98px);
	width: -moz-calc(100% - 98px);
	width: -webkit-calc(100% - 98px);
	height: 84px;
	float: left;
	padding-top: 22px;
	padding-left: 26px;
	color: #ffffff;
	overflow: hidden;
}
@font-face {
	font-family: "SourceHanSansCN-Bold";
}
#index_pro .item a .pro_bottom_txt .pro_bottom_left h3,
.pro_con .item a .pro_bottom_txt .pro_bottom_left h3,
.recommend_list .item a .pro_bottom_txt .pro_bottom_left h3{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-family: "SourceHanSansCN-Bold";
}
#index_pro .item a .pro_bottom_txt .pro_bottom_left p,
.pro_con .item a .pro_bottom_txt .pro_bottom_left p,
.recommend_list .item a .pro_bottom_txt .pro_bottom_left p{
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	font-family: SourceHanSansCN-Regular;
}
#index_pro .item a .pro_bottom_txt .pro_bottom_right,
.pro_con .item a .pro_bottom_txt .pro_bottom_right,
.recommend_list .item a .pro_bottom_txt .pro_bottom_right{
	float: right;
	background: url('../images/pro_bottom_right.png') no-repeat center;
	width: 98px;
	height: 84px;
}
#index_pro .item a:hover .pro_bottom_txt .pro_bottom_left,
.pro_con .item a:hover .pro_bottom_txt .pro_bottom_left,
.recommend_list .item a:hover .pro_bottom_txt .pro_bottom_left{
	background: #468eca;
}
#index_pro .item a:hover .pro_bottom_txt .pro_bottom_right,
.pro_con .item a:hover .pro_bottom_txt .pro_bottom_right,
.recommend_list .item a:hover .pro_bottom_txt .pro_bottom_right{
	background: url('../images/pro_bottom_right.png') no-repeat center #2a323d;
}
.owl-pagination{
	text-align: center;
	margin-top: 43px;
}
#index_pro .owl-controls .owl-page{
	text-align: center;
	display:inline-block;
	width: 81px;
	height: 10px;
	background: #e1e1e1;
	margin: 0px 10px;
}
#index_pro .owl-page.active{
	background: #177fc2;
}
@media(max-width: 1199px){
	#pro_box{
		padding-bottom: 90px;
	}
}
@media(max-width: 991px){
	#pro_box{
		padding-bottom: 50px;
	}
	#index_pro .item a .pro_bottom_txt .pro_bottom_left p,
	.pro_con .item a .pro_bottom_txt .pro_bottom_left p,
	.recommend_list .item a .pro_bottom_txt .pro_bottom_left p{
		font-size: 14px;
	}
}
@media(max-width: 767px){
	#pro_box{
		padding-bottom: 30px;
	}
}
@media(max-width: 500px){
	.owl-pagination{
		margin-top: 20px;
	}
	#index_pro .owl-controls .owl-page{
		width: 20px;
	}
}

/* owl-carousel */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#pro_box .title_cn {
    text-align: center;
    font-size: 30px;
    color: #177fc2;
    font-weight: 600;
    padding-top: 84px;
}
#pro_box h6 {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
}

.col_lg_8 {
    width: 33.33333333%;
    float: left;
}
.contact_way {
    background-color1: #f6ac2a;
    padding: 88px 0 70px;
    background: url(../images/contactpic.jpg) no-repeat center center;
}
.contact_way .row {
    margin: 0;
    padding: 0 150px;
}
.contact_way .col_lg_8 {
    text-align: center;
}
.contact_way .col_lg_8:hover p {
    color: #ffffff;
}
.contact_way img {
    webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.contact_way span {
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding: 8px 0 10px;
}
.contact_way p {
    font-size: 15px;
    color: #ffffff;
}


.fd-dl{
    float: left;
    width: 16.6%;
    margin-top: 12px;
}
.fd-dl dt{
    margin-bottom: 20px;
}
.fd-dl dt a{
    color: #333;
    font-size: 18px;
}

.fd-dl dd a{
    display: block;
    margin-bottom: 12px;
    color: #666;
    font-size: 14px;
}
.fd-n2 a{
    color: #555;
    font-size: 14px;
}
.fd-n2 a:hover,
.fd-dl a:hover{
    color: #ff9000;
}
#fd2{
    background: #fff;
    box-shadow: 0 0 1px 1px #fff;
}
#fd2 .container{
    width: 100%;
    max-width: 1200px;
}
#fd2 .container .bq {
    text-align:center;
}
.fd-n2{
    line-height: 30px;
    font-size: 12px;
    color: #555;
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
}
.fd-n2 span{
    margin1: 0 10px;
    text-align: center;
    font-size: 14px;
}
.fd-n2 .s2 img{margin-right: 5px;}
.fd-n2 img{vertical-align: middle;}

.f-tel2{
    font-size: 15px;
    color: #e79d34;
}
.fd-tel2 span{
    font-size: 14px;
    color: #333;
    padding-left: 28px;
    background: url("/Public/Images/home/phpcms/zh-cn/k1.png") no-repeat left 50%;
    display: inline-block;
}
.fd-tel2 h5{
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    left: -6px;
}
.fd-tel2 em{
    font-size: 22px;
    color: #ff9000;
    display: block;
    text-indent: 12px;
    padding: 5px 0 0 0;
    text-align: center;
}
.btn-u1{
    width: 147px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #b1b1b1;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 14px;
}
.fd-tel2{
	width: 14%;
	float:left;
}
@media screen and (max-width: 1200px){
.fd-n1,.contact_way {
    display: none;
}
#index_pro .item a .index_pro_img,
.pro_con .item a .index_pro_img,
.recommend_list .item a .index_pro_img{
	overflow: hidden;
	height: 235px;
}
.body-wrap{margin-top: 60px;}
}
@media screen and (min-width: 940px)  and (max-width: 1230px){
.idx_pros a{
	width:450px;
	height:200px;
}
.idx_pros .idxp1 .txts .ch {
    font-size: 20px;
    color: #fff;
}
.idx_pros .txts .ch {
    font-size: 18px;
    padding-bottom: 3px;
    margin-top: 85px;
}
}
